ignore bid from excited builders - #11239
Merged
mehdi-aouadi merged 10 commits intoSep 14, 2026
Merged
mehdi-aouadi merged 10 commits into
mehdi-aouadi merged 10 commits into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 568357a. Configure here.
mehdi-aouadi
enabled auto-merge (squash)
September 11, 2026 07:51
mehdi-aouadi
disabled auto-merge
September 11, 2026 17:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

PR Description
Ignore bids from excited builders
Fixed Issue(s)
fixes #11220
Documentation
doc-change-requiredlabel to this PR if updates are required.Changelog
Note
Medium Risk
Changes EPBS execution payload bid gossip validation on the Gloas path; incorrect exit matching could wrongly ignore or accept bids, but scope is limited to one new rule with deferral behavior.
Overview
Adds a Gloas gossip validation rule on execution payload bids so a builder cannot keep bidding when the parent execution payload may exit them.
When a bid’s
parent_block_hashmatches the head’s latest execution payload hash, the validator loads that parent envelope (when envelopes apply at the parent slot) and IGNOREs the bid if itsbuilder_exitsinclude a request whose pubkey and source address both match the bidding builder. If the parent envelope is not imported yet, the bid is saved for future processing instead; the check is skipped when the parent predates envelope availability or when the bid does not extend the latest payload.Tests cover matching exits, partial field matches, non-latest parents, deferred validation, and pre-Gloas parents.
Reviewed by Cursor Bugbot for commit 28cbf2c. Bugbot is set up for automated code reviews on this repo. Configure here.